home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
VIVIDUS
/
QD3D.SIT
/
qd3d
/
gouraud.h
< prev
next >
Wrap
Text File
|
1991-07-18
|
761b
|
20 lines
/* ======================================================================
This header file is Copyright 1991 by Vividus Consulting.
This is not public domain source code. You may not copy and
paste from this source code. Read your Vividus Licensing
agreement for details and other restrictions.
WARNING:
Everything in this file is private to the qd3d library and highly
subject to change.
====================================================================== */
void PlotC3dPoint(FixedVector *x, FixedVector *c);
void C3dLine(FixedVector *p1, FixedVector *p2, FixedVector *c1, FixedVector *c2);
void ScanC3dLine(FixedVector *l, FixedVector *r, FixedVector *cl, FixedVector *cr);
void GouraudShade(int n, FixedVector v[], FixedVector vc[]);